type runtime.traceBuf
9 uses
runtime (current package)
trace.go#L238: type traceBuf struct {
trace.go#L253: func (tp traceBufPtr) ptr() *traceBuf { return (*traceBuf)(unsafe.Pointer(tp)) }
trace.go#L254: func (tp *traceBufPtr) set(b *traceBuf) { *tp = traceBufPtr(unsafe.Pointer(b)) }
trace.go#L255: func traceBufPtrOf(b *traceBuf) traceBufPtr {
trace.go#L1068: buf = traceBufPtr(sysAlloc(unsafe.Sizeof(traceBuf{}), &memstats.other_sys))
trace.go#L1153: func (buf *traceBuf) varint(v uint64) {
trace.go#L1168: func (buf *traceBuf) varintAt(pos int, v uint64) {
trace.go#L1181: func (buf *traceBuf) byte(v byte) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |